home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / list
Text File  |  1996-08-10  |  2KB  |  83 lines

  1. EXAM01
  2. Illustrates the steps necessary to compile and link a program which
  3. incorporates and correctly initializes Dynace.
  4.  
  5. EXAM02
  6. Illustrates the creation, use and disposal of a simple object.
  7.  
  8. EXAM03
  9. Illustrates the creation, use and disposal of more simple objects.
  10.  
  11. EXAM04
  12. Illustrates the creation, use and disposal of an instance of the
  13. LinkObject class.
  14.  
  15. EXAM05
  16. Illustrates the use of the LinkObjectSequence class to enumerate through
  17. the elements of a linked list.
  18.  
  19. EXAM06
  20. Illustrates the creation, use and disposal of an instance of the
  21. StringDictionary class.
  22.  
  23. EXAM07
  24. Illustrates the process of enumerating through the elements of a
  25. set or dictionary using the SetSequence class.
  26.  
  27. EXAM08
  28. Illustrates how Dynace handles errors.
  29.  
  30. EXAM09
  31. Illustrates the value of and initialization procedure for the automatic
  32. garbage collector.
  33.  
  34. EXAM10
  35. Illustrates the creation and initialization of a new class.
  36.  
  37. EXAM11
  38. Illustrates the creation of a new method and generic function.
  39.  
  40. EXAM12
  41. Illustrates additional points about methods and generics.
  42.  
  43. EXAM13
  44. Illustrates the independence one instance has from another
  45.  
  46. EXAM14
  47. Class variables/methods using vNew/gDispose
  48.  
  49. EXAM15
  50. Initializing instance variables with vNew
  51.  
  52. EXAM16
  53. Creating a subclass
  54.  
  55. EXAM20
  56. Illustrates the use of threads.
  57.  
  58. EXAM21
  59. Illustrates the use of the BTree class
  60.  
  61. EXAM30
  62. Illustrates the process of getting information from the system.
  63.  
  64. EXAM31
  65. Illustrates how generic functions are first class C objects.
  66.  
  67. EXAM32
  68. Illustrates how to locally cache a method lookup and avoid the
  69. runtime cost.
  70.  
  71. EXAM33
  72. Illustrates most of the methods associated with the String class.
  73.  
  74. EXAM34
  75. Illustrates some of the numeric and date formatting abilities.
  76.  
  77. EXAM35
  78. Illustrates an array class.
  79.  
  80. EXAM36
  81. Illustrates stack based objects.
  82.  
  83.